home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HAM Radio 1997
/
HAM Radio 1997.iso
/
vcls
/
percent
/
percent.txt
< prev
next >
Wrap
Text File
|
1996-04-08
|
963b
|
30 lines
Percent Meter VCL
This is my own version of a percent meter for Delphi. It is similar
to the one included with the following added features:
3D Look: I wanted a 3D percent meter like I had in VB, so I
wrote this one.
ShowPercent: Sometimes I don't want to show the % as a number,
so now you can turn it off.
Caption: This way, I can show a message along with the percent
meter, like "GDI: 65%". Also, this allows the control
to double as a recessed label. ShowPercent must be
false to use this one.
Mouse Events: The percent meter contains the standard mouse events.
I am releasing this into the public domain. Feel free to use and/or
alter the code as you see fit. If you make any significant changes,
please send me a copy.
Zane Rathwick
CIS: 74633,1314
I wrote this VCL using Component Create from Potomac Document Software.
This is an excellent program which really simplifies the VCL creation
process.